-
Notifications
You must be signed in to change notification settings - Fork 21
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add extra fields to group wrapper #454
Conversation
"description" to group.description, | ||
"pinnedFrameUrl" to group.pinnedFrameUrl |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Probably no cost in adding these as well here. But I don't really see a scenario where you would need them in a group list context?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This is to avoid calling the RN bridge later right?
Always a nice to have, however as discussed with Alex I think that if we managed to kill libxmtp with deadlocks, even if Converse absolutely needs to be optimized, given the # of groups we have, it means there is a bug in libxmtp we need to fix.
LGTM
🎉 This PR is included in version 2.1.5 🎉 The release is available on: Your semantic-release bot 📦🚀 |
This adds a few extra fields to the group wrapper so listing groups can have access to name and urls more efficiently.
Also exposes dbPath and a static inbox id method on client.
Closes: #453
Closes: #451